home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 July / WPCJUL98.ISO / DXRS / BUYERS07.DXR / acrobat loader_44_don't show prompt again.ls < prev    next >
Encoding:
Text File  |  1998-05-11  |  188 b   |  9 lines

  1. on mouseUp
  2.   global runAcrobatWithoutPrompting
  3.   if runAcrobatWithoutPrompting = 1 then
  4.     set runAcrobatWithoutPrompting to 0
  5.   else
  6.     set runAcrobatWithoutPrompting to 1
  7.   end if
  8. end
  9.